From: Chong Yidong Date: Mon, 21 May 2007 16:42:52 +0000 (+0000) Subject: * image.el (image-type-from-file-name, image-type): Simplify. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18782 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3e443c50d511e73c12d1b2ab1456aa5b481901b2;p=emacs.git * image.el (image-type-from-file-name, image-type): Simplify. (image-type-auto-detected-p): Don't scan auto-mode-alist. * files.el (magic-mode-alist): Remove image-type-auto-detected-p. (magic-fallback-mode-alist): Add image-type-auto-detected-p. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a6ebd95fcb9..d650d225531 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-05-21 Chong Yidong + + * image.el (image-type-from-file-name, image-type): Simplify. + (image-type-auto-detected-p): Don't scan auto-mode-alist. + + * files.el (magic-mode-alist): Remove image-type-auto-detected-p. + (magic-fallback-mode-alist): Add image-type-auto-detected-p. + 2007-05-20 Nick Roberts * t-mouse.el (t-mouse-mode): Reset t-mouse-mode to nil if there